diff options
| author | Paul Richards <paul@FreeBSD.org> | 1996-03-24 14:09:33 +0000 | 
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1996-03-24 14:09:33 +0000 | 
| commit | 4a7eb58ade13121783932d453ce68a56baece4f4 (patch) | |
| tree | ff9f79f0777a25a10f3e188a1fcad4ebb114a4a9 | |
| parent | e7f9bd714decb7aa5372e4b5c66c7ab29bd73d84 (diff) | |
Notes
| -rw-r--r-- | usr.bin/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 32e80845c17a..b9ce32b12bc6 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@  #	From: @(#)Makefile	8.3 (Berkeley) 1/7/94 -#	$Id: Makefile,v 1.65 1995/12/31 21:32:17 ats Exp $ +#	$Id: Makefile,v 1.66 1996/02/13 09:24:43 joerg Exp $  # XXX MISSING:		deroff diction graph learn plot  #			spell spline struct units xsend @@ -24,7 +24,7 @@ SUBDIR=	apply ar at banner basename biff cal calendar \  	tip tn3270 touch tput tr true tset tsort tty ul	uname \  	unexpand unifdef uniq unvis users uudecode uuencode vacation \  	vgrind vi vis w wall wc what whereis which who whois window \ -	write xargs xinstall xstr yacc yes ypcat ypmatch ypwhich +	write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich  SUBDIR+=gprof4  .if !exists(../secure) || defined(NOSECURE)  | 
