summaryrefslogtreecommitdiff
path: root/passwd/Makefile.in
blob: 4104f39ab62e86f99179a4852c0c67f6d7a8b477 (plain)
1
2
3
4
5
6
7
8
9
10
11

TARGETS = apr_md5.lo apr_getpass.lo

# bring in rules.mk for standard functionality
@INCLUDE_RULES@

INCDIR=../include
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)

# DO NOT REMOVE