diff options
author | 2002-09-05 00:08:16 +0000 | |
---|---|---|
committer | 2002-09-05 00:08:16 +0000 | |
commit | 2f7cd0e8252ff0a255578709ef10df2ad1302a7c (patch) | |
tree | 8ddd686cd61774260464d2b2a8456f6180322e86 | |
parent | sync (diff) | |
download | wireguard-openbsd-2f7cd0e8252ff0a255578709ef10df2ad1302a7c.tar.xz wireguard-openbsd-2f7cd0e8252ff0a255578709ef10df2ad1302a7c.zip |
safe_finger no longer installed
-rw-r--r-- | libexec/tcpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index f6a3d27ea17..74d92bad090 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 1997/02/26 06:00:33 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 2002/09/05 00:08:16 deraadt Exp $ -SUBDIR= safe_finger tcpd tcpdchk tcpdmatch +SUBDIR= tcpd tcpdchk tcpdmatch .include <bsd.subdir.mk> |