diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-11-21 09:02:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-11-21 09:02:04 +0000 |
commit | b2f89b96d2696ab51901b202e979d16071f21024 (patch) | |
tree | fc99c966a169bb5e1151abf51e0fda227c469709 /usr.bin | |
parent | 7492ed436ee8612f7b2875b46c1f2524d4382183 (diff) |
missed mktemp
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 f416464334f..3d789981e12 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 1996/11/15 09:26:01 downsj Exp $ +# $OpenBSD: Makefile,v 1.33 1996/11/21 09:02:03 mickey Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -12,7 +12,7 @@ SUBDIR= apply apropos arch asa at awk banner basename bdes biff cal calendar \ indent \ info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \ less lex lndir locate lock logger login logname look lorder m4 machine \ - mail make man mesg mk_cmds mkdep mkfifo mkstr modstat msgs nc \ + mail make man mesg mk_cmds mkdep mkfifo mkstr mktemp modstat msgs nc \ netstat newsyslog \ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ printf quota rdist rdistd renice rev rlogin rpcgen rpcinfo rs \ |