diff options
author | 1997-11-08 07:09:30 +0000 | |
---|---|---|
committer | 1997-11-08 07:09:30 +0000 | |
commit | 9a55b0e2d708916942fb903f31db415c8d127be0 (patch) | |
tree | 2fc84ba1edf6cd56725caf3f728559841a3a2ee2 | |
parent | indent (diff) | |
download | wireguard-openbsd-9a55b0e2d708916942fb903f31db415c8d127be0.tar.xz wireguard-openbsd-9a55b0e2d708916942fb903f31db415c8d127be0.zip |
With the new manpage, we need an obj subdir for ro /usr/src builds.
Noticed by dgregor@
-rw-r--r-- | libexec/makewhatis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/makewhatis/Makefile b/libexec/makewhatis/Makefile index 9cb149138fe..b5db6cbcada 100644 --- a/libexec/makewhatis/Makefile +++ b/libexec/makewhatis/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 1997/11/05 19:20:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1997/11/08 07:09:30 todd Exp $ MAN=makewhatis.8 NOPROG= -NOOBJ= afterinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |