diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 07:27:56 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 07:27:56 +0000 |
| commit | 85cfd1244c2b9dd420e7ea46d44383cbaae899f7 (patch) | |
| tree | 2cb095da6eb309ce4d3ddc9f8893a594f033afcc /lib/libutil | |
| parent | df8996586cdd0b307634fabdd2ac5f4bbdd57f3e (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 8ac63d2ed746..7a0be9e30323 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -3,7 +3,7 @@ LIB= util SHLIB_MAJOR= 2 SHLIB_MINOR= 2 -CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I/sys +CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${DESTDIR}/sys #CFLAGS+=LOGIN_CAP_AUTH SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \ login_cap.c login_class.c login_auth.c login_times.c login_ok.c \ |
