8 lines
94 B
Makefile
8 lines
94 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= setpmac
|
||
|
SRCS= setpmac.c
|
||
|
CFLAGS+=-Wall
|
||
|
NOMAN=yes
|
||
|
.include <bsd.prog.mk>
|