diff options
author | asami <asami@FreeBSD.org> | 1997-07-18 07:27:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-18 07:27:56 +0000 |
commit | 488863f1ec1e9dd131123fc7b5161aef02df0272 (patch) | |
tree | 35e842a2a39a519de4dd2ee5b5eb669c8035857f /lib/libutil/Makefile | |
parent | 7cb730f7e3acd601a7db1b19f22708372bcb007f (diff) | |
download | FreeBSD-src-488863f1ec1e9dd131123fc7b5161aef02df0272.zip FreeBSD-src-488863f1ec1e9dd131123fc7b5161aef02df0272.tar.gz |
Add appropriate ${DESTDIR} in front of absolute paths.
Diffstat (limited to 'lib/libutil/Makefile')
-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 8ac63d2..7a0be9e 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 \ |