Deprecate MCLGET() in favor of m_getcl() or m_getl() in order to
[dragonfly.git] / usr.bin / nohup / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/nohup/Makefile,v 1.2 2004/10/29 15:10:55 liamfoy Exp $
3
4 PROG=   nohup
5
6 WARNS?= 6
7 .include <bsd.prog.mk>