Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / sbin / mountctl / Makefile
blob00e43980c36803f3aa78f1cf9816af9919b5f508
2 # $DragonFly: src/sbin/mountctl/Makefile,v 1.2 2006/10/17 00:55:42 pavalos Exp $
4 PROG= mountctl
5 SRCS= mountctl.c
6 MAN= mountctl.8
7 WARNS?= 1
9 .include <bsd.prog.mk>