aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/install/Makefile')
-rw-r--r--file_cmds/install/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/file_cmds/install/Makefile b/file_cmds/install/Makefile
new file mode 100644
index 0000000..41bdd0d
--- /dev/null
+++ b/file_cmds/install/Makefile
@@ -0,0 +1,4 @@
+PROG= install
+SRCS= xinstall.c
+
+.include <bsd.prog.mk>