blob: 4c47fd97c8bb94099aaca00853e8457262ee8cbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id$
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
SRCS:= cpuload.c proctitle.c strlcat.c strlcpy.c
LIB:= osdep
all: .depend
install:
.include <bsd.lib.mk>
|