summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2002-06-07 18:51:49 +0000
committerhin <hin@openbsd.org>2002-06-07 18:51:49 +0000
commit5af2e8540c846a906fc78a118a10b88ce5ea904a (patch)
tree4c4dc7735e835fac8188899eccdf4b2bc689075a
parentAdd an explicit dependency for two symlinked files, to make maja@'s (diff)
downloadwireguard-openbsd-5af2e8540c846a906fc78a118a10b88ce5ea904a.tar.xz
wireguard-openbsd-5af2e8540c846a906fc78a118a10b88ce5ea904a.zip
- set_progname() no longer used in header-generating program.
- remove my testing cruft accidentally commited - Add some files to CLEANFILES that were not properly cleaned.
-rw-r--r--usr.sbin/afs/lib/libarla/Makefile.ko.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/afs/lib/libarla/Makefile.ko.inc b/usr.sbin/afs/lib/libarla/Makefile.ko.inc
index 17fd7a138a7..34b82c7f7cf 100644
--- a/usr.sbin/afs/lib/libarla/Makefile.ko.inc
+++ b/usr.sbin/afs/lib/libarla/Makefile.ko.inc
@@ -12,9 +12,8 @@ CFLAGS += -I${AFSSRC}/lib/ko
sysname.c: gensysname
./gensysname -c > sysname.c
-gensysname: gensysname.o agetarg.o setprogname.o
- ${CC} ${CFLAGS} -o gensysname gensysname.o agetarg.o setprogname.o ${LIBROKEN}
+gensysname: gensysname.o agetarg.o
+ ${CC} ${CFLAGS} -o gensysname gensysname.o agetarg.o ${LIBROKEN}
-test:
- echo ${AFSTOPDIR}/../../kerberosV/src/lib/roken
+CLEANFILES+= gensysname.o agetarg.o