diff options
Diffstat (limited to 'usr.bin/mklocale/Makefile')
-rw-r--r-- | usr.bin/mklocale/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 248fd8e..777e045 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -4,6 +4,5 @@ PROG= mklocale SRCS= yacc.y lex.l y.tab.h CFLAGS+= -I. -I${.CURDIR} -MAN1= mklocale.1 .include <bsd.prog.mk> |