X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/beb54af10082dc588132b2c0d32e050028b72c78..78ed81a334dab56aa7a876792a473d67d4359c25:/usr.bin/sed/Makefile diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 5b116636bd..1046ad3ea2 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -1,10 +1,9 @@ +# @(#)Makefile 5.1 (Berkeley) 8/24/92 PROG= sed -SRCS= sed.c utils.c regex.c getopt.c getopt1.c -CFLAGS+=-I${.CURDIR} # -DSTDC_HEADERS -NOMAN=noman - -sed.o regex.o: regex.h -sed.o getopt1.o: getopt.h +SRCS= compile.c main.c misc.c process.c +CFLAGS+=-I${.CURDIR} -DHISTORIC_PRACTICE +LDADD+= -lgnuregex +DPADD+= /usr/lib/libgnuregex.a .include