Remove added SUBDIR+= settings from a developer's (hi itojun!) machine which
point to directories which do not exist (and are not wanted) in our source tree. While we're here, was `libexec/spamd' approved for import? It conflicts with the name of a tool in pkgsrc which a _lot_ of developers and users of NetBSD are using...
This commit is contained in:
parent
149fa38cf4
commit
b89fa9ed33
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2004/06/22 15:53:18 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2004/06/22 19:10:48 jwise Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
@ -13,9 +13,6 @@ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
|
|||
SUBDIR+= hpropd kadmind kpasswdd
|
||||
.endif
|
||||
|
||||
SUBDIR+=login_chpass login_krb5 login_krb5-or-pwd login_lchpass \
|
||||
login_passwd login_radius login_reject login_skey login_token
|
||||
|
||||
# PF
|
||||
SUBDIR+=spamd spamd-setup
|
||||
|
||||
|
|
Loading…
Reference in New Issue