summaryrefslogtreecommitdiff
path: root/include/protocols
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:01:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:01:00 +0000
commitc7b111cba82a6eafca66d37944c7293fb1a11000 (patch)
tree57ff969855b4ca919ff4d533236ef90e163b1e76 /include/protocols
parent26e5d4d14fe0a1a8c1169a4f02b167aa6b26e2e7 (diff)
downloadsrc-test2-c7b111cba82a6eafca66d37944c7293fb1a11000.tar.gz
src-test2-c7b111cba82a6eafca66d37944c7293fb1a11000.zip
Notes
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/Makefile7
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>