diff options
Diffstat (limited to 'usr.bin/w/Makefile')
-rw-r--r-- | usr.bin/w/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 876c196ab0a..8bfc85f7524 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:42 deraadt Exp $ + PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c |