aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/c89/Makefile
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2001-05-08 19:47:01 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2001-05-08 19:47:01 +0000
commit3f1608979926a9170d36629efb8b0d15d65b6e1c (patch)
treee61dbe90f4e0634ef3e0665eec3106cb8d61d6a2 /usr.bin/c89/Makefile
parent252b1431eb54befe5099e12e400a24aa1fc9b946 (diff)
downloadsrc-3f1608979926a9170d36629efb8b0d15d65b6e1c.tar.gz
src-3f1608979926a9170d36629efb8b0d15d65b6e1c.zip
Turned the shell script into a binary fixing several minor buglets.
Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=76377
Diffstat (limited to 'usr.bin/c89/Makefile')
-rw-r--r--usr.bin/c89/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile
index 8d96524f1736..f398af60308b 100644
--- a/usr.bin/c89/Makefile
+++ b/usr.bin/c89/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SCRIPTS=c89.sh
+PROG= c89
MAN= c89.1
.include <bsd.prog.mk>