diff --git a/distrib/utils/init_s/Makefile b/distrib/utils/init_s/Makefile index 784e7b2c1309..60a638bab4f1 100644 --- a/distrib/utils/init_s/Makefile +++ b/distrib/utils/init_s/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:17 gwr Exp $ +# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:17 gwr Exp $ # Build a "small init" (i.e. for boot media) PROG= init @@ -11,8 +11,8 @@ LDADD= -lutil SRCDIR= ${BSDSRCDIR}/sbin/init CFLAGS+= -DLETS_GET_SMALL -I${SRCDIR} -.PATH: ${SRCDIR} - all: ${PROG} .include + +.PATH: ${SRCDIR} diff --git a/distrib/utils/x_dd/Makefile b/distrib/utils/x_dd/Makefile index e96233be2cff..208facc52ad4 100644 --- a/distrib/utils/x_dd/Makefile +++ b/distrib/utils/x_dd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:29 gwr Exp $ +# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:26 gwr Exp $ # Build a smaller dd (i.e. for boot media) PROG= dd @@ -11,8 +11,8 @@ SRCS= args.c conv.c dd.c misc.c position.c CFLAGS+= -DNO_CONV -I${SRCDIR} -.PATH: ${SRCDIR} - all: ${PROG} .include + +.PATH: ${SRCDIR} diff --git a/distrib/utils/x_ifconfig/Makefile b/distrib/utils/x_ifconfig/Makefile index ec1103bc4044..1a778e00fe1a 100644 --- a/distrib/utils/x_ifconfig/Makefile +++ b/distrib/utils/x_ifconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:31 gwr Exp $ +# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:28 gwr Exp $ # Build a smaller ifconfig (i.e. for boot media) PROG= ifconfig @@ -7,8 +7,8 @@ NOMAN= SRCDIR= ${BSDSRCDIR}/sbin/ifconfig CFLAGS+= -DINET_ONLY -I${SRCDIR} -.PATH: ${SRCDIR} - all: ${PROG} .include + +.PATH: ${SRCDIR}