diff options
| author | jwise <jwise@NetBSD.org> | 2004-06-22 19:10:48 +0000 |
|---|---|---|
| committer | jwise <jwise@NetBSD.org> | 2004-06-22 19:10:48 +0000 |
| commit | b89fa9ed33ccb36033dd6307271a7f0edffa8372 (patch) | |
| tree | dc2474ac429ed3dd411af400b9d5b98f2cb46237 /libexec/Makefile | |
| parent | 149fa38cf4599c4b480af37a52bf48bcbb0812de (diff) | |
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...
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 15bed1b1bfd..de9a6f20a6b 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -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 |
