summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2001-11-23 15:32:05 +0000
committerespie <espie@openbsd.org>2001-11-23 15:32:05 +0000
commit48b7112adae51fc053892c16386a66e6d4db258d (patch)
treed4b840bc6455d67eb20fbcc9010ea3997637c421
parentDon't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or (diff)
downloadwireguard-openbsd-48b7112adae51fc053892c16386a66e6d4db258d.tar.xz
wireguard-openbsd-48b7112adae51fc053892c16386a66e6d4db258d.zip
oops. Thx mpech@
-rw-r--r--usr.bin/chpass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 3d5384a63b9..16348dee558 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2001/11/22 20:37:18 espie Exp $
+# $OpenBSD: Makefile,v 1.10 2001/11/23 15:32:05 espie Exp $
.include <bsd.own.mk>
@@ -18,4 +18,4 @@ LDADD+= -lrpcsvc -lutil
.include <bsd.prog.mk>
getpwent.o: getpwent.c
- ${COMPILE.c} -UYP ${.CURDIR}/getpwent.c
+ ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c