summaryrefslogtreecommitdiffstats
path: root/bin/ls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r--bin/ls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 1ab70dc..8496dd9 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -3,6 +3,7 @@
PROG= ls
-SRCS= cmp.c ls.c print.c util.c
+SRCS= cmp.c setflags.c ls.c print.c util.c
+.PATH: ${.CURDIR}/../../lib/libc/gen
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud