Oops. This one does need a single-entry SRCS, because it's generated at

compile time.  Lose.
This commit is contained in:
mycroft 1993-08-06 01:20:44 +00:00
parent ec2040d768
commit 57b5a6be2d

View File

@ -1,6 +1,8 @@
# $Id: Makefile,v 1.7 1993/08/02 17:18:45 mycroft Exp $
# $Id: Makefile,v 1.8 1993/08/06 01:20:44 mycroft Exp $
PROG= expr
# XXX bsd.prog.mk should be able to generate this from expr.y without SRCS
SRCS= expr.c
CFLAGS+= -I.
LDADD= -lgnuregex
DPADD= /usr/lib/libgnuregex.a