diff options
author | 2001-11-23 15:32:05 +0000 | |
---|---|---|
committer | 2001-11-23 15:32:05 +0000 | |
commit | 48b7112adae51fc053892c16386a66e6d4db258d (patch) | |
tree | d4b840bc6455d67eb20fbcc9010ea3997637c421 | |
parent | Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or (diff) | |
download | wireguard-openbsd-48b7112adae51fc053892c16386a66e6d4db258d.tar.xz wireguard-openbsd-48b7112adae51fc053892c16386a66e6d4db258d.zip |
oops. Thx mpech@
-rw-r--r-- | usr.bin/chpass/Makefile | 4 |
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 |