summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
deleted file mode 100644
index 1e15e50..0000000
--- a/usr.bin/xinstall/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
-
-PROG= xinstall
-SRCS= stat_flags.c xinstall.c
-MAN1= install.1
-.PATH: ${.CURDIR}/../../bin/ls
-
-install:
- install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${PROG} ${DESTDIR}${BINDIR}/install
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud