|
Lines 26-31
Link Here
|
| 26 |
# And the auth_getval() code and support. |
26 |
# And the auth_getval() code and support. |
| 27 |
.PATH: ${.CURDIR}/../libutil |
27 |
.PATH: ${.CURDIR}/../libutil |
| 28 |
SRCS+= auth.c property.c |
28 |
SRCS+= auth.c property.c |
|
|
29 |
CFLAGS+= -I${.CURDIR}/../libutil |
| 29 |
.for sym in MD5Init MD5Final MD5Update MD5Pad auth_getval \ |
30 |
.for sym in MD5Init MD5Final MD5Update MD5Pad auth_getval \ |
| 30 |
property_find properties_read properties_free |
31 |
property_find properties_read properties_free |
| 31 |
CFLAGS+= -D${sym}=__${sym} |
32 |
CFLAGS+= -D${sym}=__${sym} |