diff options
Diffstat (limited to 'usr.sbin/rwhod/Makefile')
-rw-r--r-- | usr.sbin/rwhod/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile index 05aae9ba651..4beedceb94b 100644 --- a/usr.sbin/rwhod/Makefile +++ b/usr.sbin/rwhod/Makefile @@ -1,9 +1,7 @@ # from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1995/10/18 08:48:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1997/03/26 00:45:56 deraadt Exp $ PROG= rwhod MAN= rwhod.8 -DPADD= ${LIBKVM} -LDADD= -lkvm .include <bsd.prog.mk> |