5c00743626
Based on work by Vivek Prakash and Gianluca Guida. See UPDATING about caveats on currently existing accounts. . restores netbsd libc pwcache functions
8 lines
250 B
Makefile
8 lines
250 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2009/01/11 02:57:18 christos Exp $
|
|
|
|
.PATH: ${.CURDIR}/compat
|
|
|
|
CPPFLAGS+=-I${.CURDIR}/../libc -I${.CURDIR}/../../sys
|
|
SRCS+=compat_passwd.c compat_loginx.c compat_parsedate.c \
|
|
compat_login_cap.c
|
|
# compat_login.c
|