remove defs.h hackery now that oldrdist just uses rcmdsh()
authormillert <millert@openbsd.org>
Sat, 7 Sep 1996 03:14:26 +0000 (03:14 +0000)
committermillert <millert@openbsd.org>
Sat, 7 Sep 1996 03:14:26 +0000 (03:14 +0000)
usr.bin/rdist/Makefile
usr.bin/rdist/rshrcmd.c

index 6aa2464..bf1c5ad 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.6 1996/07/19 22:03:56 millert Exp $
+#      $OpenBSD: Makefile,v 1.7 1996/09/07 03:14:26 millert Exp $
 #
 #      from: @(#)Makefile      5.11 (Berkeley) 3/12/91
 
 PROG=  rdist
-CFLAGS+=-I${.CURDIR} -I. -DOS_H=\"os-openbsd.h\"
+CFLAGS+=-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
index f305bf0..7dac1b6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rshrcmd.c,v 1.4 1996/07/19 21:47:15 millert Exp $     */
+/*     $OpenBSD: rshrcmd.c,v 1.5 1996/09/07 03:14:27 millert Exp $     */
 
 
 /*
@@ -8,10 +8,10 @@
 
 #ifndef lint
 static char RCSid[] = 
-"$OpenBSD: rshrcmd.c,v 1.4 1996/07/19 21:47:15 millert Exp $";
+"$OpenBSD: rshrcmd.c,v 1.5 1996/09/07 03:14:27 millert Exp $";
 #endif
 
-#include       <defs.h>
+#include       "defs.h"
 
 #if    !defined(DIRECT_RCMD)