diff options
author | ache <ache@FreeBSD.org> | 1996-05-27 08:50:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-05-27 08:50:53 +0000 |
commit | fa8ff06c20810fa112034f685069b927241ae387 (patch) | |
tree | cec0c7ba3d3594e153acef2ce430ac1532c80269 /games/caesar/Makefile | |
parent | c2a4a97427813cec0191f5359e757baabead09c9 (diff) | |
download | FreeBSD-src-fa8ff06c20810fa112034f685069b927241ae387.zip FreeBSD-src-fa8ff06c20810fa112034f685069b927241ae387.tar.gz |
Use valid ctype range now.
Includes cleanup
Misc. cleanup
Use absolute path in rot13 wrapper.
Diffstat (limited to 'games/caesar/Makefile')
-rw-r--r-- | games/caesar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/caesar/Makefile b/games/caesar/Makefile index 2c1ff10..b9e4bca 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -6,6 +6,8 @@ DPADD= ${LIBM} LDADD= -lm MLINKS= caesar.6 rot13.6 +CFLAGS+= -Wall + beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13 |