aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/atrun.tproj/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 15:11:43 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 15:16:07 -0400
commita278ce2cedd8ce0090f4dde1ba991b7c7ded2b19 (patch)
tree89091194364e9e1affb4046b65fa32134748574f /system_cmds/atrun.tproj/Makefile
parent7b19f3f446786bd50951a1e9f8ec97bedb68a279 (diff)
downloadapple_cmds-a278ce2cedd8ce0090f4dde1ba991b7c7ded2b19.tar.gz
apple_cmds-a278ce2cedd8ce0090f4dde1ba991b7c7ded2b19.tar.zst
apple_cmds-a278ce2cedd8ce0090f4dde1ba991b7c7ded2b19.zip
system_cmds: use libiosexec
Diffstat (limited to 'system_cmds/atrun.tproj/Makefile')
-rw-r--r--system_cmds/atrun.tproj/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_cmds/atrun.tproj/Makefile b/system_cmds/atrun.tproj/Makefile
index 39f4411..0b38fee 100644
--- a/system_cmds/atrun.tproj/Makefile
+++ b/system_cmds/atrun.tproj/Makefile
@@ -2,6 +2,8 @@ PROG= atrun
MAN= atrun.8
SRCS= atrun.c gloadavg.c
+LDADD+=-liosexec
+
CFLAGS+=-I${.CURDIR}/../at.tproj -DPROC_DIR=\"/proc\"
BINDIR=/usr/libexec