diff options
| author | cgd <cgd@NetBSD.org> | 1994-01-28 05:11:47 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-01-28 05:11:47 +0000 |
| commit | c73f9285059f87b60889f7c4c8ae4d61dd674691 (patch) | |
| tree | 1003f7aa105e395927a3adcf3febac543c952456 /libexec | |
| parent | bb12398ce45303b0717d77bd46580169206854c2 (diff) | |
don't need libs hackery any longer
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 12b222ca4a9..1b024f7a465 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/01/28 00:28:48 cgd Exp $ +# $Id: Makefile,v 1.4 1994/01/28 05:11:47 cgd Exp $ PROG= atrun BINDIR= /usr/libexec @@ -6,7 +6,5 @@ BINDIR= /usr/libexec BINOWN= root CFLAGS+= -I${.CURDIR}/../../usr.bin/at -LDADD+= -lc -lkvm # XXX (for getloadavg()) -DPADD+= ${LIBKVM} .include <bsd.prog.mk> |
