d5fc4d2a65
makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from:
11 lines
278 B
Makefile
11 lines
278 B
Makefile
# $Id: Makefile,v 1.6 1994/11/14 20:45:20 phk Exp $
|
|
|
|
# lib must be first, or it will not work. This is because we reference
|
|
# the lib's in the directory where they are built from the binaries we
|
|
# want to build.
|
|
|
|
SUBDIR= lib libexec usr.bin sbin bin
|
|
|
|
.include <bsd.subdir.mk>
|
|
|