diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-01-08 20:19:22 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-01-08 20:19:22 +0000 |
commit | 8e426721999fef2b25cdc5a70b773dc0ca521e47 (patch) | |
tree | 0b818e1d527713a6208337047d5aa719ed834b6f /usr.bin | |
parent | c8929a4926cf8514a3171ec8d6f83fb6bc6c5d54 (diff) | |
download | src-8e426721999fef2b25cdc5a70b773dc0ca521e47.tar.gz src-8e426721999fef2b25cdc5a70b773dc0ca521e47.zip |
Enable lockf.
Notes
Notes:
svn path=/head/; revision=21442
Diffstat (limited to 'usr.bin')
-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 3a370553a5e3..4d6892f7565a 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.74 1996/11/03 17:01:25 markm Exp $ +# $Id: Makefile,v 1.75 1997/01/08 11:38:33 ache Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -13,7 +13,7 @@ SUBDIR= apply ar at banner basename biff brandelf cal calendar \ find finger fmt fold fpr from fsplit fstat ftp gcore gencat getopt \ gprof head hexdump host id indent ipcrm ipcs \ join jot kdump ktrace key keyinfo keyinit killall lam last \ - lastcomm leave lex locate lock logger login logname lorder \ + lastcomm leave lex locate lock lockf logger login logname lorder \ lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr mk_cmds \ modstat more msgs mt netstat nfsstat nice \ nm nohup pagesize passwd paste pr printenv \ |