diff options
author | Alex Richardson <arichardson@FreeBSD.org> | 2020-08-08 10:05:27 +0000 |
---|---|---|
committer | Alex Richardson <arichardson@FreeBSD.org> | 2020-08-08 10:05:27 +0000 |
commit | dfb98e350cd4d018417efa772a203229fe0bc1d0 (patch) | |
tree | a4ecd072ded0c25d7e9b279c375ecac0920ab06c /usr.bin/chpass | |
parent | 76dc5d3224a6058e71641fc94fb7bf2f5a723f71 (diff) | |
download | src-dfb98e350cd4d018417efa772a203229fe0bc1d0.tar.gz src-dfb98e350cd4d018417efa772a203229fe0bc1d0.zip |
Notes
Diffstat (limited to 'usr.bin/chpass')
-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 fb70df886ee2..bd5baa3c4d07 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -3,7 +3,7 @@ .include <src.opts.mk> -.PATH: ${SRCTOP}/usr.sbin/pwd_mkdb ${SRCTOP}/lib/libc/gen +.PATH: ${SRCTOP}/lib/libc/gen PROG= chpass SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c @@ -15,7 +15,7 @@ CFLAGS+= -DYP .endif #Some people need this, uncomment to activate #CFLAGS+=-DRESTRICT_FULLNAME_CHANGE -CFLAGS+=-I${SRCTOP}/usr.sbin/pwd_mkdb -I${SRCTOP}/lib/libc/gen -I. +CFLAGS+=-I${SRCTOP}/lib/libc/gen -I. LIBADD= crypt util .if ${MK_NIS} != "no" |