Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / patch / Makefile
1 # $FreeBSD: src/gnu/usr.bin/patch/Makefile,v 1.6.6.1 2001/04/25 12:03:54 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/patch/Attic/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $
3
4 PROG=   patch
5 SRCS=   backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
6         version.c
7 CFLAGS+=-DHAVE_CONFIG_H
8
9 .include <bsd.prog.mk>