aboutsummaryrefslogtreecommitdiffstats
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
parentcd21aeee23e543fde02c19655d4e631cd5118a41 (diff)
downloadapple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.tar.gz
apple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.tar.zst
apple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.zip
Only install manpages of apple provided bins
-rw-r--r--adv_cmds/ps/Makefile6
-rw-r--r--diskdev_cmds/fsck.tproj/Makefile7
-rw-r--r--file_cmds/df/Makefile7
-rw-r--r--network_cmds/rtadvd.tproj/Makefile8
-rw-r--r--system_cmds/nvram.tproj/Makefile6
-rw-r--r--system_cmds/vm_stat.tproj/Makefile2
6 files changed, 3 insertions, 33 deletions
diff --git a/adv_cmds/ps/Makefile b/adv_cmds/ps/Makefile
index 0c382a2..145ef7a 100644
--- a/adv_cmds/ps/Makefile
+++ b/adv_cmds/ps/Makefile
@@ -1,7 +1,3 @@
-PROG= ps
-SRCS= fmt.c keyword.c nlist.c \
- print.c ps.c tasks.c
-
-BINDIR=/bin
+MAN= ps.1
.include <bsd.prog.mk>
diff --git a/diskdev_cmds/fsck.tproj/Makefile b/diskdev_cmds/fsck.tproj/Makefile
index 30077d0..3603f3a 100644
--- a/diskdev_cmds/fsck.tproj/Makefile
+++ b/diskdev_cmds/fsck.tproj/Makefile
@@ -1,10 +1,3 @@
-PROG= fsck
MAN= fsck.8
-CFLAGS+=-DTARGET_OS_SIMULATOR -DTARGET_OS_IPHONE=0
-
-LDADD+=-liosexec
-
-BINDIR=/sbin
-
.include <bsd.prog.mk>
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>
diff --git a/network_cmds/rtadvd.tproj/Makefile b/network_cmds/rtadvd.tproj/Makefile
index ca540e2..61fb788 100644
--- a/network_cmds/rtadvd.tproj/Makefile
+++ b/network_cmds/rtadvd.tproj/Makefile
@@ -1,11 +1,3 @@
-PROG= rtadvd
MAN= rtadvd.8 rtadvd.conf.5
-SRCS= advcap.c config.c dump.c if.c \
- rrenum.c rtadvd_logging.c rtadvd.c \
- timer.c
-
-LDADD+=-lutil
-
-BINDIR=/usr/sbin
.include <bsd.prog.mk>
diff --git a/system_cmds/nvram.tproj/Makefile b/system_cmds/nvram.tproj/Makefile
index f53da40..21abc19 100644
--- a/system_cmds/nvram.tproj/Makefile
+++ b/system_cmds/nvram.tproj/Makefile
@@ -1,9 +1,3 @@
-PROG= nvram
MAN= nvram.8
-CFLAGS+=-DTARGET_OS_BRIDGE=0
-LDADD+=-framework CoreFoundation -framework IOKit
-
-BINDIR=/usr/sbin
-
.include <bsd.prog.mk>
diff --git a/system_cmds/vm_stat.tproj/Makefile b/system_cmds/vm_stat.tproj/Makefile
index 6910739..ffa95b6 100644
--- a/system_cmds/vm_stat.tproj/Makefile
+++ b/system_cmds/vm_stat.tproj/Makefile
@@ -1,3 +1,3 @@
-PROG= vm_stat
+MAN= vm_stat.1
.include <bsd.prog.mk>