1 # $OpenBSD: Makefile,v 1.3 2003/07/18 02:00:09 deraadt Exp $
2 # $DragonFly: src/usr.bin/patch/Makefile,v 1.5 2005/07/09 13:05:10 corecode Exp $
5 SRCS
= patch.c pch.c inp.c util.c backupfile.c
8 .if defined
(BOOTSTRAPPING
)
9 CFLAGS
+= -DBOOTSTRAPPING
12 .
include <bsd.prog.mk
>