aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/nvram.tproj/Makefile
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 /system_cmds/nvram.tproj/Makefile
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 'system_cmds/nvram.tproj/Makefile')
-rw-r--r--system_cmds/nvram.tproj/Makefile6
1 files changed, 0 insertions, 6 deletions
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>