aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-14 15:36:51 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-14 15:36:51 -0400
commitd3a7dafd8372974e8286d745e252323b46dd7ad5 (patch)
treec224f1da3b5be08478f4c678acb10bf4c1044fc1 /file_cmds
parentcd21aeee23e543fde02c19655d4e631cd5118a41 (diff)
downloadapple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.tar.gz
apple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.tar.zst
apple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.zip
Only install manpages of apple provided bins
Diffstat (limited to 'file_cmds')
-rw-r--r--file_cmds/df/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/file_cmds/df/Makefile b/file_cmds/df/Makefile
index 346654f..99a7194 100644
--- a/file_cmds/df/Makefile
+++ b/file_cmds/df/Makefile
@@ -1,8 +1,3 @@
-PROG= df
-SRCS= df.c vfslist.c
-
-LDADD=-lutil
-
-BINDIR=/bin
+MAN= df.1
.include <bsd.prog.mk>