diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
commit | d5f93c9179dfb079c6336ca24343a20e3ec35e21 (patch) | |
tree | 8eaec3ef942b33f43cb2a0095b2fc64d99d2c22d /games/factor/Makefile | |
parent | a203d9780bd388b44d3a062abf6491ce760abb0b (diff) | |
download | src-d5f93c9179dfb079c6336ca24343a20e3ec35e21.tar.gz src-d5f93c9179dfb079c6336ca24343a20e3ec35e21.zip |
Enforce style.Makefile(5).
Glanced at by: ru (some time ago).
Notes
Notes:
svn path=/head/; revision=145413
Diffstat (limited to 'games/factor/Makefile')
-rw-r--r-- | games/factor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile index f8d5328f9df5..62c6f60fb2f8 100644 --- a/games/factor/Makefile +++ b/games/factor/Makefile @@ -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 |