Makefile (8a2e2a8ecd1b1d09b5f00ab42944f3711e277e84) | Makefile (5aedf535d3e9843ed33dae800f0e44a1bafe3149) |
---|---|
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 3 4# XXX MISSING: deroff diction graph learn plot 5# spell spline struct xsend 6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis 7# Moved to secure: bdes 8# --- 213 unchanged lines hidden (view full) --- 222 ${_xlint} \ 223 xstr \ 224 ${_yacc} \ 225 yes \ 226 ${_ypcat} \ 227 ${_ypmatch} \ 228 ${_ypwhich} 229 | 1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 3 4# XXX MISSING: deroff diction graph learn plot 5# spell spline struct xsend 6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis 7# Moved to secure: bdes 8# --- 213 unchanged lines hidden (view full) --- 222 ${_xlint} \ 223 xstr \ 224 ${_yacc} \ 225 yes \ 226 ${_ypcat} \ 227 ${_ypmatch} \ 228 ${_ypwhich} 229 |
230.if ${MACHINE_ARCH} != "arm" && \ 231 ${MACHINE_ARCH} != "powerpc" | 230.if ${MACHINE_ARCH} != "arm" |
232_truss= truss 233.endif 234 235.if !defined(NO_ATM) 236_atm= atm 237.endif 238 239.if !defined(NO_MAN) --- 81 unchanged lines hidden --- | 231_truss= truss 232.endif 233 234.if !defined(NO_ATM) 235_atm= atm 236.endif 237 238.if !defined(NO_MAN) --- 81 unchanged lines hidden --- |