diff options
author | 1996-07-19 22:03:56 +0000 | |
---|---|---|
committer | 1996-07-19 22:03:56 +0000 | |
commit | e0d39f9ab5b587b2f1f914952b53852c5f2904e1 (patch) | |
tree | 2c5a4eecb77350b083d9713d908d910c50cd8f49 | |
parent | oldrdist now uses rsh so doesn't need to be setuid. (diff) | |
download | wireguard-openbsd-e0d39f9ab5b587b2f1f914952b53852c5f2904e1.tar.xz wireguard-openbsd-e0d39f9ab5b587b2f1f914952b53852c5f2904e1.zip |
add -I${.CURDIR} to get defs.h
-rw-r--r-- | usr.bin/rdist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index c63caeef9b9..6aa246422c6 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 1996/03/31 18:45:35 etheisen Exp $ +# $OpenBSD: Makefile,v 1.6 1996/07/19 22:03:56 millert Exp $ # # from: @(#)Makefile 5.11 (Berkeley) 3/12/91 PROG= rdist -CFLAGS+=-I. -DOS_H=\"os-openbsd.h\" +CFLAGS+=-I${.CURDIR} -I. -DOS_H=\"os-openbsd.h\" SRCS= gram.y child.c client.c common.c distopt.c docmd.c expand.c \ isexec.c lookup.c message.c rdist.c rshrcmd.c setargs.c signal.c CLEANFILES+=gram.c y.tab.h |