freebsd-dev/lib/Makefile
Rodney W. Grimes f227112c93 Make the comments about what is missing and not done consistent with
my other Makefile comments so they can easily be found with grep.
1994-05-28 04:32:21 +00:00

17 lines
359 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# XXX NOT DONE YET: csu
# XXX MISSING: libmp libplot
SUBDIR= libc libcompat libcurses libedit libkvm libm \
libresolv librpc/rpc libtelnet libterm libutil liby
.if ${MACHINE} == "tahoe"
SUBDIR+=csu/tahoe.pcc
.elif ${MACHINE} == "vax"
SUBDIR+=csu/vax.pcc
#.else
#SUBDIR+=csu/${MACHINE}
.endif
.include <bsd.subdir.mk>