struct tty's t_dev is a pointer now. Fix warning.
[dragonfly/vkernel-mp.git] / usr.bin / nice / Makefile
blobd185ee3dbf9941c2d1d560e3381cf61ff4c6a107
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/nice/Makefile,v 1.2 2004/12/01 19:27:06 liamfoy Exp $
4 PROG= nice
6 WARNS?= 6
7 .include <bsd.prog.mk>