mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
7 lines
134 B
Makefile
7 lines
134 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
if WITH_PAM_SU
|
|
bin_PROGRAMS = su
|
|
su_SOURCES = su.c
|
|
su_LDADD = $(top_builddir)/lib/libpam.la
|
|
endif
|