Remove terminating semicolons from SYSCTL_ADD_* macros. This will allow to
[dragonfly/port-amd64.git] / usr.bin / patch / Makefile
blob04f922bdc73c625cd267f17b01fa63ca8c210c99
1 # $OpenBSD: Makefile,v 1.3 2003/07/18 02:00:09 deraadt Exp $
2 # $DragonFly: src/usr.bin/patch/Makefile,v 1.6 2007/08/27 16:50:57 pavalos Exp $
4 PROG= patch
5 SRCS= patch.c pch.c inp.c util.c backupfile.c
7 .if defined(BOOTSTRAPPING)
8 CFLAGS+= -DBOOTSTRAPPING
9 .endif
11 .include <bsd.prog.mk>