diff options
author | markm <markm@FreeBSD.org> | 2002-03-23 15:43:11 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-03-23 15:43:11 +0000 |
commit | 0dcefe7b55beecbfaeba7c0b20e4b1277b781733 (patch) | |
tree | 45a6c7b3a0b609f6fb9e83681cc212050f9f22f2 /usr.bin/rsh/Makefile | |
parent | 22ddd5d3aba0e3afb5983bcad6ae21dadbe1370e (diff) | |
download | FreeBSD-src-0dcefe7b55beecbfaeba7c0b20e4b1277b781733.zip FreeBSD-src-0dcefe7b55beecbfaeba7c0b20e4b1277b781733.tar.gz |
Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options from
Makefile.
Diffstat (limited to 'usr.bin/rsh/Makefile')
-rw-r--r-- | usr.bin/rsh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 404c9a6..e365a81 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -3,7 +3,6 @@ PROG= rsh SRCS= rsh.c -CFLAGS+=-Wall CFLAGS+=-I${.CURDIR}/../../libexec/rlogind .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT) |