diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-12-31 18:48:35 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-12-31 18:48:35 +0000 |
commit | 8731f497b4d1a2db3017a4e5eca3f1377b3c3017 (patch) | |
tree | a8221befe35c68320fcd14f67ed1c6a1943b3f4a /libexec/Makefile | |
parent | b88dd157c9cad6a01d98fe926459e7da502a5995 (diff) |
enable tftp-proxy since it was committed - what's the point otherwise?
ok deraadt
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index fe3d6dd9458..955ad9f3c09 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,12 +1,12 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.41 2005/11/16 09:17:42 camield Exp $ +# $OpenBSD: Makefile,v 1.42 2005/12/31 18:48:34 pvalchev Exp $ .include <bsd.own.mk> SUBDIR= comsat fingerd ftpd getNAME getty identd lockspool \ mail.local makewhatis \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd spamd \ - spamlogd spamd-setup rshd talkd tcpd tftpd uucpd + spamlogd spamd-setup rshd talkd tcpd tftp-proxy tftpd uucpd SUBDIR+=login_passwd login_skey login_reject \ login_chpass login_lchpass login_token login_radius login_tis |