diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1999-02-21 23:11:06 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1999-02-21 23:11:06 +0000 |
commit | 98c3cd63c1f8f766374ca7b7834a92dad1d3eda4 (patch) | |
tree | 4e4f3f044427e8a1baf9bf4e76bfc083385f1e00 | |
parent | 1d3f6039c46a64ac4b349f486afe656cd34475e4 (diff) |
List the source files, not the object files
-rw-r--r-- | usr.sbin/ipsend/ipresend/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ipsend/ipresend/Makefile b/usr.sbin/ipsend/ipresend/Makefile index f0d7c827559..f75d2ed2c40 100644 --- a/usr.sbin/ipsend/ipresend/Makefile +++ b/usr.sbin/ipsend/ipresend/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 1998/01/26 04:16:56 dgregor Exp $ +# $OpenBSD: Makefile,v 1.4 1999/02/21 23:11:05 tholo Exp $ PROG= ipresend BINDIR= /usr/sbin MAN= ipresend.1 -SRCS= ipresend.o resend.o \ - ipft_ef.o ipft_hx.o ipft_pc.o ipft_sn.o ipft_td.o ipft_tx.o opt.o \ - sock.o 44arp.o sbpf.o ip.o +SRCS= ipresend.c resend.c \ + ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c opt.c \ + sock.c 44arp.c sbpf.c ip.c CFLAGS+= -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest \ -I${.CURDIR}/../../../sbin/ipf \ -I${.CURDIR}/../../../sys/netinet |