diff options
Diffstat (limited to 'usr.bin/sgmlfmt/Makefile')
-rw-r--r-- | usr.bin/sgmlfmt/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/sgmlfmt/Makefile b/usr.bin/sgmlfmt/Makefile deleted file mode 100644 index 12e52d5..0000000 --- a/usr.bin/sgmlfmt/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $Id$ - -MAN1= sgmlfmt.1 - -afterinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/sgmlfmt.pl ${DESTDIR}${BINDIR}/sgmlfmt - -.include <bsd.prog.mk> |