diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-18 16:08:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-18 16:08:13 +0000 |
commit | 559b607f801597fe94f99f4a7b95c4a6f84854f7 (patch) | |
tree | 2e8c392e273416adbc7fc715cb15883d56de837d /libexec | |
parent | a06007bfb72ecaf2aa6f6df71ab16879352536bf (diff) |
prettier Makefiles
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 2d74f7751cd..aa6b2f3ee1e 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,14 +1,15 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.43 2006/12/28 20:04:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.44 2007/05/18 16:08:12 deraadt 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 tftp-proxy tftpd uucpd -SUBDIR+=login_passwd login_skey login_reject \ - login_chpass login_lchpass login_token login_radius login_tis + mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \ + rpc.rwalld rpc.sprayd spamd 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 .if (${YP:L} == "yes") SUBDIR+=rpc.yppasswdd |