blob: 5a2011e43c44bec3246276d6a4e3f52131295972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.3 2012/09/12 09:19:54 haesbaert Exp $
PROG= ldattach
SRCS= ldattach.c atomicio.c
MAN= ldattach.8
CFLAGS+= -Wall -Werror
CDIAGFLAGS=
LDADD+= -lutil
BINDIR= /sbin
.include <bsd.prog.mk>
|