diff options
Diffstat (limited to 'sbin/i386/nextboot/Makefile')
-rw-r--r-- | sbin/i386/nextboot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/i386/nextboot/Makefile b/sbin/i386/nextboot/Makefile index 7ac235f..245440a 100644 --- a/sbin/i386/nextboot/Makefile +++ b/sbin/i386/nextboot/Makefile @@ -1,9 +1,6 @@ # @(#)Makefile 1.1 (Julian Elischer) 3/28/93 -# -# +# $FreeBSD$ PROG= nextboot -SRCS= nextboot.c -MAN8= nextboot.8 .include <bsd.prog.mk> |