Now that const'ification of users of dktypenames also const'ified
[dragonfly.git] / sbin / swapon / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/swapon/Makefile,v 1.2.14.2 2001/08/01 09:06:16 obrien Exp $
3 # $DragonFly: src/sbin/swapon/Makefile,v 1.3 2005/01/02 01:38:33 cpressey Exp $
4
5 PROG=   swapon
6 WARNS?= 6
7 MAN=    swapon.8
8
9 .include <bsd.prog.mk>