Sync the vinum manpages with the recent disklabel work.
[dragonfly/port-amd64.git] / usr.bin / seq / Makefile
blobb22ed14513aaf7cb24a320a00aaebefdea5be4e5
1 # $DragonFly: src/usr.bin/seq/Makefile,v 1.1 2005/01/22 19:09:40 joerg Exp $
3 WARNS?= 6
4 PROG= seq
5 LDADD+= -lm
7 .include <bsd.prog.mk>