Deleted Added
full compact
Makefile (79468) Makefile (81054)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 79468 2001-07-09 17:40:57Z markm $
2# $FreeBSD: head/usr.bin/Makefile 81054 2001-08-02 15:47:03Z sobomax $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX broken: tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

--- 4 unchanged lines hidden (view full) ---

15 brandelf \
16 bzip2 \
17 c89 \
18 calendar \
19 cap_mkdb \
20 chat \
21 checknr \
22 chflags \
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX broken: tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

--- 4 unchanged lines hidden (view full) ---

15 brandelf \
16 bzip2 \
17 c89 \
18 calendar \
19 cap_mkdb \
20 chat \
21 checknr \
22 chflags \
23 chkey \
24 chpass \
25 cksum \
26 cmp \
27 col \
28 colcrt \
29 colldef \
30 colrm \
31 column \

--- 68 unchanged lines hidden (view full) ---

100 mkfifo \
101 mklocale \
102 mkstr \
103 mktemp \
104 msgs \
105 mt \
106 ncal \
107 netstat \
23 chpass \
24 cksum \
25 cmp \
26 col \
27 colcrt \
28 colldef \
29 colrm \
30 column \

--- 68 unchanged lines hidden (view full) ---

99 mkfifo \
100 mklocale \
101 mkstr \
102 mktemp \
103 msgs \
104 mt \
105 ncal \
106 netstat \
108 newkey \
109 nfsstat \
110 nice \
111 nl \
112 nohup \
113 objformat \
114 opieinfo \
115 opiekey \
116 opiepasswd \

--- 108 unchanged lines hidden (view full) ---

225 strings \
226 strip
227.endif
228
229.if ${MACHINE_ARCH} == "alpha"
230SUBDIR+=uac
231.endif
232
107 nfsstat \
108 nice \
109 nl \
110 nohup \
111 objformat \
112 opieinfo \
113 opiekey \
114 opiepasswd \

--- 108 unchanged lines hidden (view full) ---

223 strings \
224 strip
225.endif
226
227.if ${MACHINE_ARCH} == "alpha"
228SUBDIR+=uac
229.endif
230
231.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
232SUBDIR+=chkey newkey
233.endif
234
233.include <bsd.subdir.mk>
235.include <bsd.subdir.mk>