diff options
Diffstat (limited to 'usr.sbin/bad144/Makefile')
-rw-r--r-- | usr.sbin/bad144/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/bad144/Makefile b/usr.sbin/bad144/Makefile deleted file mode 100644 index 457fda7..0000000 --- a/usr.sbin/bad144/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 - -PROG= bad144 -SRCS= bad144.c dkcksum.c -MAN8= bad144.8 -MLINKS= bad144.8 ../bad144.8 -MANSUBDIR=/${MACHINE_ARCH} -.PATH: ${.CURDIR}/../../sbin/disklabel - -.include <bsd.prog.mk> |