mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later.
8 lines
165 B
Makefile
8 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
|
|
|