Makefile revision 105756
1# $FreeBSD: head/usr.sbin/setpmac/Makefile 105756 2002-10-23 03:15:24Z rwatson $
2
3PROG=   setpmac
4SRCS=   setpmac.c
5CFLAGS+=-Wall
6NOMAN=yes
7.include <bsd.prog.mk>
8