aboutsummaryrefslogtreecommitdiff
path: root/libexec/atrun/Makefile
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1994-01-05 01:03:02 +0000
committerNate Williams <nate@FreeBSD.org>1994-01-05 01:03:02 +0000
commitb89d17b245ea05b3b923de655552483caf9ba6c1 (patch)
tree9433ae72489b5cbc42ae8a30e2ffe21c3fce3b33 /libexec/atrun/Makefile
parent12da8ccb6e9ba577d42f082cdd961918506368b4 (diff)
downloadsrc-b89d17b245ea05b3b923de655552483caf9ba6c1.tar.gz
src-b89d17b245ea05b3b923de655552483caf9ba6c1.zip
Notes
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 000000000000..27b8ea3f922e
--- /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>