File: Makefile

package info (click to toggle)
openbsd-inetd 0.20221205-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: ansic: 24,214; perl: 110; sh: 81; 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>