aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/su/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/su/Makefile')
-rw-r--r--shell_cmds/su/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell_cmds/su/Makefile b/shell_cmds/su/Makefile
new file mode 100644
index 0000000..7bc56fb
--- /dev/null
+++ b/shell_cmds/su/Makefile
@@ -0,0 +1,5 @@
+PROG= su
+
+LDADD=-lpam -liosexec
+
+.include <bsd.prog.mk>