From d3a7dafd8372974e8286d745e252323b46dd7ad5 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Fri, 14 May 2021 15:36:51 -0400 Subject: Only install manpages of apple provided bins --- adv_cmds/ps/Makefile | 6 +----- diskdev_cmds/fsck.tproj/Makefile | 7 ------- file_cmds/df/Makefile | 7 +------ network_cmds/rtadvd.tproj/Makefile | 8 -------- system_cmds/nvram.tproj/Makefile | 6 ------ system_cmds/vm_stat.tproj/Makefile | 2 +- 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 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 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 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 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 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 -- cgit v1.2.3-56-ge451