69d9f8b92c
Submitted by: bapt
9 lines
101 B
Makefile
9 lines
101 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/compat
|
|
|
|
CFLAGS+= -I${.CURDIR}/compat
|
|
|
|
SRCS+= pwcache.c strsuftoll.c
|