diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-20 21:12:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-20 21:12:28 +0000 |
commit | e22715f0d7ffed9880275f58718b9e5845dcd2af (patch) | |
tree | acd63bc9f7fe1e24ec49871453da1def77298a7a | |
parent | 14e0aba68427420ceaaa2082780678d18b207631 (diff) |
do not dup-redefine binown and bindir
-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> |