diff options
Diffstat (limited to 'usr.bin/c89/Makefile')
-rw-r--r-- | usr.bin/c89/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index c6f909f..f2f9df0 100644 --- a/usr.bin/c89/Makefile +++ b/usr.bin/c89/Makefile @@ -1,4 +1,6 @@ -MAN1 = c89.1 +# $FreeBSD$ + +MAN= c89.1 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |