diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-08 02:51:37 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-08 02:51:37 +0000 |
commit | 423416d7132c24768e94462586d45aa7ac4cd373 (patch) | |
tree | dd3834f14aa457e8bd05345656d2288103f00432 /usr.sbin/mrouted/Makefile | |
parent | e3b496d3f0f19932a3182672e8283cb667967c24 (diff) | |
download | FreeBSD-src-423416d7132c24768e94462586d45aa7ac4cd373.zip FreeBSD-src-423416d7132c24768e94462586d45aa7ac4cd373.tar.gz |
Make it compile and (except for mrouted which is untested as yet) run.
Some of these ``modified'' files aren't really modified at all, but CVS
isn't smart enough to know the difference.
Diffstat (limited to 'usr.sbin/mrouted/Makefile')
-rw-r--r-- | usr.sbin/mrouted/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile new file mode 100644 index 0000000..c77b1fb --- /dev/null +++ b/usr.sbin/mrouted/Makefile @@ -0,0 +1,5 @@ +# $Id$ + +SUBDIR= common mrouted mrinfo map-mbone mtrace + +.include <bsd.subdir.mk> |