4cdc7b3d85
BSD-esque Makefile style. Submitted by: obrien Approved by: re
10 lines
95 B
Makefile
10 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getpmac
|
|
NOMAN= #true
|
|
SRCS= getpmac.c
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|