Fix duplicate bitmask for _A and _G.
[dragonfly.git] / usr.bin / checkpt / Makefile
blob41f0b59d1357feb6dc6040aceadf702490f7a511
1 # $DragonFly: src/usr.bin/checkpt/Makefile,v 1.3 2005/01/16 04:28:00 cpressey Exp $
3 PROG= checkpt
4 WARNS?= 6
5 SRCS= checkpt.c
6 NOSHARED?= YES
8 .include <bsd.prog.mk>