diff options
author | des <des@FreeBSD.org> | 2002-05-08 00:47:01 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-05-08 00:47:01 +0000 |
commit | 84dfbe4ad59351b428fe08c0e87d8cca873fbd90 (patch) | |
tree | a9177752eedd56dd4dc85c2061db80a29c678464 /usr.bin/rsh/Makefile | |
parent | 6a749b9ddc465ad14d6cf3738355ac8204efc6bc (diff) | |
download | FreeBSD-src-84dfbe4ad59351b428fe08c0e87d8cca873fbd90.zip FreeBSD-src-84dfbe4ad59351b428fe08c0e87d8cca873fbd90.tar.gz |
Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'usr.bin/rsh/Makefile')
-rw-r--r-- | usr.bin/rsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 8769187..844c1f2 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -7,8 +7,7 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind .if defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT) SRCS+= krcmd.c kcmd.c rcmd_util.c -CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \ - -I${.CURDIR}/../rlogin -I${.CURDIR} -I- \ +CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H -I- \ -I${.CURDIR}/../../kerberosIV/include \ -I${.CURDIR}/../../crypto/kerberosIV/include \ -I${.CURDIR}/../../crypto/kerberosIV/lib/roken \ |