From 68311c8bb2e7f974b5b91ad61f85980f432f2d7f Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 12 May 2021 16:08:47 -0400 Subject: system_cmds: shutdown may not work --- system_cmds/arch.tproj/Makefile | 7 +++++++ system_cmds/arch.tproj/arch.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 system_cmds/arch.tproj/Makefile (limited to 'system_cmds/arch.tproj') diff --git a/system_cmds/arch.tproj/Makefile b/system_cmds/arch.tproj/Makefile new file mode 100644 index 0000000..224450b --- /dev/null +++ b/system_cmds/arch.tproj/Makefile @@ -0,0 +1,7 @@ +PROG= arch +MAN= arch.1 machine.1 +LINKS= ${BINDIR}/arch ${BINDIR}/machine + +LDADD+=-framework CoreFoundation + +.include diff --git a/system_cmds/arch.tproj/arch.c b/system_cmds/arch.tproj/arch.c index b522ce8..326b541 100644 --- a/system_cmds/arch.tproj/arch.c +++ b/system_cmds/arch.tproj/arch.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #if defined(__x86_64__) -- cgit v1.2.3-56-ge451