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