10 lines
71 B
Makefile
10 lines
71 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=ps
|
|
SRCS+=main.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|