diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
commit | a9041ad05e65ee883064bafe1354b882f7a6e926 (patch) | |
tree | 8eaec3ef942b33f43cb2a0095b2fc64d99d2c22d /gnu | |
parent | 01f75275c618543eb788c9bb841d7ed8a0d5e9f5 (diff) | |
download | FreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.zip FreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.tar.gz |
Enforce style.Makefile(5).
Glanced at by: ru (some time ago).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 2 | ||||
-rw-r--r-- | gnu/lib/libstdc++/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 9f64ca0..1d6a6aa 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -17,8 +17,8 @@ EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \ CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE -LDADD= -lncurses DPADD= ${LIBNCURSES} +LDADD= -lncurses .if !defined(NO_HTML) FILES= ${EXAMPLES:C;^;${.CURDIR}/TESTS/;} diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 6008940..80fae1e 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -17,8 +17,8 @@ CFLAGS+= -frandom-seed=RepeatabilityConsideredGood CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \ -Wno-deprecated -LDADD= -lm DPADD= ${LIBM} +LDADD= -lm # libstdc++ sources SRCS+= allocator.cc codecvt.cc complex_io.cc ctype.cc debug.cc debug_list.cc \ |