File: Makefile

package info (click to toggle)
openbsd-inetd 0.20160825-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 956 kB
  • sloc: ansic: 21,033; sh: 87; makefile: 52
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.4 2014/10/29 03:33:14 dlg Exp $

PROG=	inetd
LDADD=	-levent
DPADD=	${LIBEVENT}
MAN=	inetd.8

.include <bsd.prog.mk>