diff options
Diffstat (limited to 'libexec/atrun/Makefile')
| -rw-r--r-- | libexec/atrun/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile new file mode 100644 index 000000000000..356718a4e6ef --- /dev/null +++ b/libexec/atrun/Makefile @@ -0,0 +1,13 @@ +# $Id: Makefile,v 1.1 1994/01/05 01:02:56 nate 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> |
