4415cd19f1
by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later.
9 lines
165 B
Makefile
9 lines
165 B
Makefile
# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91
|
|
# $Id: Makefile.inc,v 1.1 1993/11/01 23:56:27 paul Exp $
|
|
|
|
# yp sources
|
|
.PATH: ${.CURDIR}/yp
|
|
|
|
SRCS+= xdryp.c yplib.c
|
|
|