NetBSD/usr.bin/sed/Makefile

9 lines
150 B
Makefile
Raw Permalink Normal View History

1993-07-19 09:52:28 +04:00
# @(#)Makefile 5.1 (Berkeley) 8/24/92
PROG= sed
1993-07-19 09:52:28 +04:00
CFLAGS+=-DGNU_REGEX
SRCS= compile.c main.c misc.c process.c
1993-07-19 09:52:28 +04:00
LDADD=-lgnuregex
.include <bsd.prog.mk>