diff options
author | markm <markm@FreeBSD.org> | 2002-04-28 11:15:47 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-04-28 11:15:47 +0000 |
commit | 68f25a87ca5ade548bd6e8a7100e58abdc9218dd (patch) | |
tree | 0370de85eabb373a19c3580626ffda6e3ed51980 /usr.bin | |
parent | f7c4d20a390b1bef4ad58b3ce7f50561cfa60a70 (diff) | |
download | FreeBSD-src-68f25a87ca5ade548bd6e8a7100e58abdc9218dd.zip FreeBSD-src-68f25a87ca5ade548bd6e8a7100e58abdc9218dd.tar.gz |
Remove GCC-specific flags.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rlogin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 898aff2..42f0d3e 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -3,7 +3,6 @@ PROG= rlogin SRCS= rlogin.c -CFLAGS+=-Wall CFLAGS+=-I${.CURDIR}/../../libexec/rlogind BINOWN= root |