diff options
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index e339164db94..4bf91aafcf8 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/09/16 10:51:31 downsj Exp $ + +STATIC= -static PROG= init MAN= init.8 |