diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-24 05:56:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-24 05:56:41 +0000 |
commit | 955b0fa5565ffe7a137280ca1c2bfcd63cf214ae (patch) | |
tree | f894ec7a7d8f7609bfd2a0d561b4f1dbbd50f24f /gnu | |
parent | 946e0fba44d43f6f80e015eca2bf1205f304aee3 (diff) | |
download | FreeBSD-src-955b0fa5565ffe7a137280ca1c2bfcd63cf214ae.zip FreeBSD-src-955b0fa5565ffe7a137280ca1c2bfcd63cf214ae.tar.gz |
Adjust include paths.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/usub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/usub/Makefile b/gnu/usr.bin/perl/usub/Makefile index 7ecc6d3..6c49bd3 100644 --- a/gnu/usr.bin/perl/usub/Makefile +++ b/gnu/usr.bin/perl/usub/Makefile @@ -7,11 +7,11 @@ SRCS+= perl.c perly.c regcomp.c regexec.c SRCS+= stab.c str.c toke.c util.c SRCS+= usersub.c curses.c -CFLAGS+= -DDEBUGGING -I${.CURDIR}/.. +CFLAGS+= -DDEBUGGING -I${.CURDIR}/../perl LDADD+= -lncurses -ltermcap -ltermlib -lcrypt -lm DPADD+= ${LIBNCURSES} ${LIBTERMCAP} ${LIBTERMLIB} ${LIBCRYPT} ${LIBM} CLEANFILES+= curses.c -VPATH+= ${.CURDIR}/.. +VPATH+= ${.CURDIR}/../perl NOMAN= yes curses.c: curses.mus |