diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-12 16:01:00 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-12 16:01:00 +0000 |
commit | c7b111cba82a6eafca66d37944c7293fb1a11000 (patch) | |
tree | 57ff969855b4ca919ff4d533236ef90e163b1e76 /include/protocols | |
parent | 26e5d4d14fe0a1a8c1169a4f02b167aa6b26e2e7 (diff) | |
download | src-c7b111cba82a6eafca66d37944c7293fb1a11000.tar.gz src-c7b111cba82a6eafca66d37944c7293fb1a11000.zip |
Notes
Diffstat (limited to 'include/protocols')
-rw-r--r-- | include/protocols/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/protocols/Makefile b/include/protocols/Makefile new file mode 100644 index 000000000000..3c79142557a6 --- /dev/null +++ b/include/protocols/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +NOOBJ= noobj +INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h +INCSDIR=${INCLUDEDIR}/protocols + +.include <bsd.prog.mk> |