diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-12 02:13:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-12 02:13:39 +0000 |
| commit | 0f61271c87f62785ce59424257bed5dd8f79bf1c (patch) | |
| tree | 3877225c225a565f85dd0811179e4a9a9d73d4a7 /gnu/lib/libg++ | |
| parent | e46d877d8d154c7b533bcba5ded9723eff44d777 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 1a48374ba155..7a7888a78398 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1994/09/09 22:22:36 wollman Exp $ +# $Id: Makefile,v 1.4 1994/09/10 07:15:59 pst Exp $ # SRCS= vasprintf.c strerror.c strsignal.c @@ -10,6 +10,7 @@ NOMAN= noman CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include CXXFLAGS+= -fexternal-templates -I${.CURDIR}/include .PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ +LDADD+= -lcurses beforeinstall: @-if [ ! -d ${DESTDIR}/usr/include/g++ ]; then mkdir ${DESTDIR}/usr/include/g++; chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/g++; chmod 755 ${DESTDIR}/usr/include/g++; fi |
