Makefile (84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7) | Makefile (d6d1ee211af13dc90f5084666e542a54239df6fc) |
---|---|
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6# XXX MISSING: deroff diction graph learn plot 7# spell spline struct xsend 8# XXX Use GNU versions: diff ld patch --- 168 unchanged lines hidden (view full) --- 177 uname \ 178 unexpand \ 179 uniq \ 180 unzip \ 181 units \ 182 unvis \ 183 uudecode \ 184 uuencode \ | 1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6# XXX MISSING: deroff diction graph learn plot 7# spell spline struct xsend 8# XXX Use GNU versions: diff ld patch --- 168 unchanged lines hidden (view full) --- 177 uname \ 178 unexpand \ 179 uniq \ 180 unzip \ 181 units \ 182 unvis \ 183 uudecode \ 184 uuencode \ |
185 vi \ | |
186 vis \ 187 vmstat \ 188 w \ 189 wall \ 190 wc \ 191 what \ 192 whereis \ 193 which \ --- 162 unchanged lines hidden (view full) --- 356SUBDIR+= mkstr 357SUBDIR+= rpcgen 358SUBDIR+= unifdef 359SUBDIR+= xlint 360SUBDIR+= xstr 361SUBDIR+= yacc 362.endif 363 | 185 vis \ 186 vmstat \ 187 w \ 188 wall \ 189 wc \ 190 what \ 191 whereis \ 192 which \ --- 162 unchanged lines hidden (view full) --- 355SUBDIR+= mkstr 356SUBDIR+= rpcgen 357SUBDIR+= unifdef 358SUBDIR+= xlint 359SUBDIR+= xstr 360SUBDIR+= yacc 361.endif 362 |
363.if ${MK_VI} != "no" 364SUBDIR+= vi 365.endif 366 |
|
364.if ${MK_USB} != "no" 365SUBDIR+= usbhidaction 366SUBDIR+= usbhidctl 367.endif 368 369.if ${MK_UTMPX} != "no" 370SUBDIR+= last 371SUBDIR+= users --- 14 unchanged lines hidden --- | 367.if ${MK_USB} != "no" 368SUBDIR+= usbhidaction 369SUBDIR+= usbhidctl 370.endif 371 372.if ${MK_UTMPX} != "no" 373SUBDIR+= last 374SUBDIR+= users --- 14 unchanged lines hidden --- |