freebsd-dev/secure/Makefile
Mark Murray d5fc4d2a65 After pst and ache fixed secure telnet, it was still not in the main
makefiles. This puts it in.

PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/
Reviewed by:
Submitted by:
Obtained from:
1995-07-29 12:49:25 +00:00

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>