diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-18 02:59:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-18 02:59:02 +0000 |
| commit | 0517605bd8de3a7dc6aa140a10cfa6719913b979 (patch) | |
| tree | 7f0dd611a232a59ffca63f2d5f7d19fa05cefa18 /lib/libutil | |
| parent | 1b7a8ba9fbe321dcd98ee9b6586a4ebcbc6f95dd (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 7a0be9e30323..ae0a2e8da779 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${DESTDIR}/sys +CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../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 \ |
