summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-12 02:13:39 +0000
committerache <ache@FreeBSD.org>1994-10-12 02:13:39 +0000
commit28071c2c7f16e99ebef1ae1d54bab8bbaed32bb5 (patch)
tree3877225c225a565f85dd0811179e4a9a9d73d4a7 /gnu
parent9c19ce02355db653203db31139c18b8c69a9bf33 (diff)
downloadFreeBSD-src-28071c2c7f16e99ebef1ae1d54bab8bbaed32bb5.zip
FreeBSD-src-28071c2c7f16e99ebef1ae1d54bab8bbaed32bb5.tar.gz
Add LDADD += -lcurses
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index 1a48374..7a7888a 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
OpenPOWER on IntegriCloud