summaryrefslogtreecommitdiffstats
path: root/adduser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'adduser/Makefile')
-rw-r--r--adduser/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/adduser/Makefile b/adduser/Makefile
new file mode 100644
index 0000000..aaec2a4
--- /dev/null
+++ b/adduser/Makefile
@@ -0,0 +1,15 @@
+
+STRIP=
+PROG= adduser
+
+
+afterinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 userids /etc
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 adduser.conf /etc
+
+cleandir:
+clean:
+obj:
+
+.include <bsd.prog.mk>
+