Mon Jul 20 17:34:41 2009 UTC ()
openssl has moved


(christos)
diff -r1.176 -r1.177 src/usr.bin/Makefile

cvs diff -r1.176 -r1.177 src/usr.bin/Makefile (expand / switch to unified diff)

--- src/usr.bin/Makefile 2009/06/07 22:46:43 1.176
+++ src/usr.bin/Makefile 2009/07/20 17:34:41 1.177
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.176 2009/06/07 22:46:43 christos Exp $ 1# $NetBSD: Makefile,v 1.177 2009/07/20 17:34:41 christos Exp $
2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
3 3
4.include <bsd.own.mk> 4.include <bsd.own.mk>
5 5
6SUBDIR= apply apropos asa at audio awk \ 6SUBDIR= apply apropos asa at audio awk \
7 banner basename biff bthset btkey btpin \ 7 banner basename biff bthset btkey btpin \
8 bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 8 bzip2 bzip2recover cal calendar cap_mkdb cdplay \
9 checknr chflags chpass cksum cmp col colcrt colrm \ 9 checknr chflags chpass cksum cmp col colcrt colrm \
10 column comm compress config crontab crunch csplit ctags cut \ 10 column comm compress config crontab crunch csplit ctags cut \
11 deroff db dirname du \ 11 deroff db dirname du \
12 eject elf2aout elf2ecoff env error expand extattr \ 12 eject elf2aout elf2ecoff env error expand extattr \
13 false fdformat fgen find finger fmt fold fpr from \ 13 false fdformat fgen find finger fmt fold fpr from \
14 fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \ 14 fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
@@ -38,19 +38,18 @@ SUBDIR+= hesinfo @@ -38,19 +38,18 @@ SUBDIR+= hesinfo
38SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key 38SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key
39SUBDIR+= hxtool verify_krb5_conf gss krb5-config 39SUBDIR+= hxtool verify_krb5_conf gss krb5-config
40.endif 40.endif
41 41
42.if (${MKSKEY} != "no") 42.if (${MKSKEY} != "no")
43SUBDIR+= skey skeyinfo skeyinit 43SUBDIR+= skey skeyinfo skeyinit
44.endif 44.endif
45 45
46.if (${MKYP} != "no") 46.if (${MKYP} != "no")
47SUBDIR+= ypcat ypmatch ypwhich 47SUBDIR+= ypcat ypmatch ypwhich
48.endif 48.endif
49 49
50.if (${MKCRYPTO} != "no") 50.if (${MKCRYPTO} != "no")
51SUBDIR+= openssl 
52SUBDIR+= bdes 51SUBDIR+= bdes
53SUBDIR+= nbsvtool 52SUBDIR+= nbsvtool
54.endif 53.endif
55 54
56.include <bsd.subdir.mk> 55.include <bsd.subdir.mk>