freebsd-skq/contrib/openpam/bin/su/Makefile.am
2005-06-17 08:11:43 +00:00

10 lines
190 B
Makefile

# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
INCLUDES = -I$(top_srcdir)/include
if WITH_PAM_SU
bin_PROGRAMS = su
su_SOURCES = su.c
su_LDADD = $(top_builddir)/lib/libpam.la
endif