summaryrefslogtreecommitdiffstats
path: root/libexec/atrun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/atrun/Makefile')
-rw-r--r--libexec/atrun/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
new file mode 100644
index 0000000..27b8ea3
--- /dev/null
+++ b/libexec/atrun/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile,v 1.2 1993/12/05 12:26:10 cgd Exp $
+
+PROG= atrun
+MAN8= atrun.8
+
+BINDIR= /usr/libexec
+BINOWN= root
+
+CFLAGS+= -I${.CURDIR}/../../usr.bin/at
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud