aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/atrun.tproj
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/atrun.tproj')
-rw-r--r--system_cmds/atrun.tproj/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/system_cmds/atrun.tproj/Makefile b/system_cmds/atrun.tproj/Makefile
new file mode 100644
index 0000000..39f4411
--- /dev/null
+++ b/system_cmds/atrun.tproj/Makefile
@@ -0,0 +1,9 @@
+PROG= atrun
+MAN= atrun.8
+SRCS= atrun.c gloadavg.c
+
+CFLAGS+=-I${.CURDIR}/../at.tproj -DPROC_DIR=\"/proc\"
+
+BINDIR=/usr/libexec
+
+.include <bsd.prog.mk>