Enforce style.Makefile(5).

Glanced at by:	ru (some time ago).
This commit is contained in:
Tom Rhodes 2005-04-22 18:57:32 +00:00
parent a203d9780b
commit d5f93c9179
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145413
5 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,8 @@ CFLAGS+=-I${.CURDIR}/../primes
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
CFLAGS+=-DHAVE_OPENSSL
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
.endif
MAN= factor.6

View File

@ -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/;}

View File

@ -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 \

View File

@ -28,8 +28,8 @@ SHLIBDIR?= /lib
SRCS= atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c timer.c
INCS= libatm.h
LDADD= -lmd
DPADD= ${LIBMD}
LDADD= -lmd
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3

View File

@ -26,8 +26,8 @@ CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \
ACCESSFILE?= \"/etc/opieaccess\"
CFLAGS+= -DINSECURE_OVERRIDE -DPATH_ACCESS_FILE=${ACCESSFILE}
LDADD= -lmd
DPADD= ${LIBMD}
LDADD= -lmd
MAN= ${OPIE_DIST}/opie.4 ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5