diff options
-rw-r--r-- | libexec/atrun/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 56d0eefc128..3289c1813da 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,11 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/28 19:34:27 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2001/07/20 21:12:27 mickey Exp $ PROG= atrun -BINDIR= /usr/libexec -MAN= atrun.8 - -BINOWN= root - CFLAGS+= -I${.CURDIR}/../../usr.bin/at +MAN= atrun.8 .include <bsd.prog.mk> |