File: Makefile.am

package info (click to toggle)
opensmtpd 7.8.0p0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,208 kB
  • sloc: ansic: 54,930; sh: 5,497; yacc: 3,162; makefile: 436; awk: 339
file content (11 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
pkglibexec_PROGRAMS = encrypt

encrypt_SOURCES	= encrypt.c
encrypt_SOURCES	+= $(top_srcdir)/usr.sbin/smtpd/log.c

AM_CPPFLAGS =	-I$(top_srcdir)/openbsd-compat/

LDADD =  $(LIBOBJS)

uninstall-hook:
	rmdir	$(DESTDIR)$(pkglibexecdir) 2> /dev/null || true