diff options
author | ru <ru@FreeBSD.org> | 2002-04-11 11:02:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-11 11:02:41 +0000 |
commit | f32dc626071be239634b38793701765f17185d15 (patch) | |
tree | ab0dbfb5f07b0fbc6af8f70b2d2e64e84313d758 /gnu | |
parent | 42b9c98c9a8730a1060f643d70d77684b2327b38 (diff) | |
download | FreeBSD-src-f32dc626071be239634b38793701765f17185d15.zip FreeBSD-src-f32dc626071be239634b38793701765f17185d15.tar.gz |
Use the new PROG_CXX knob.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/src/preproc/soelim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/preproc/soelim/Makefile b/gnu/usr.bin/groff/src/preproc/soelim/Makefile index 662a678..443d066 100644 --- a/gnu/usr.bin/groff/src/preproc/soelim/Makefile +++ b/gnu/usr.bin/groff/src/preproc/soelim/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ -PROG= soelim -SRCS= soelim.cc +PROG_CXX= soelim DPADD= ${LIBGROFF} LDADD= ${LIBGROFF} CLEANFILES= ${MAN} |