blob: 734515dd7cb1859e268eea0edc8d5ac6ea7e7d8f (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.1 1998/11/14 23:37:20 deraadt Exp $
PROG= ipsecadm
SRCS= ipsecadm.c kernel.c xf_esp_new.c xf_esp_old.c xf_ah_old.c xf_ah_new.c \
xf_delspi.c xf_grp.c xf_ip4.c xf_flow.c
.include <bsd.prog.mk>
|