freebsd-dev/gnu/usr.bin/cvs/mkmodules/Makefile
Nate Williams 01c3e6a55a Merged in FreeBSD necessary changes in. Note, all of our source
modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but
the source is now the stock sources.
1995-03-31 07:55:30 +00:00

11 lines
258 B
Makefile

# $Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $
PROG = mkmodules
SRCS = mkmodules.c
CFLAGS+= -I${.CURDIR}/../cvs -I${.CURDIR}/../lib -DHAVE_CONFIG_H -DHAVE_TIMEZONE
DPADD+= ${LIBCVS}
LDADD+= -lcvs
.include "../../Makefile.inc"
.include <bsd.prog.mk>