summaryrefslogtreecommitdiff
path: root/libexec/tcpd/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-26 06:00:36 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-26 06:00:36 +0000
commit73f17518d5cc915e53cabad35f2b7faf8132df6e (patch)
tree951ca01eaed1c8158e78f1e07ff84ff7382dfe8d /libexec/tcpd/Makefile
parent4af5b67b4a3c420182fc81f7d1bb8692047c9f34 (diff)
Initial integration of userland tcpd.
Diffstat (limited to 'libexec/tcpd/Makefile')
-rw-r--r--libexec/tcpd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
new file mode 100644
index 00000000000..f6a3d27ea17
--- /dev/null
+++ b/libexec/tcpd/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 1997/02/26 06:00:33 downsj Exp $
+
+SUBDIR= safe_finger tcpd tcpdchk tcpdmatch
+
+.include <bsd.subdir.mk>