1 1.3 yamt # $NetBSD: Makefile,v 1.3 2004/11/14 11:26:48 yamt Exp $ 2 1.3 yamt # $OpenBSD: Makefile,v 1.12 2004/04/25 19:24:52 deraadt Exp $ 3 1.1 itojun 4 1.1 itojun PROG= authpf 5 1.1 itojun MAN= authpf.8 6 1.1 itojun BINOWN= root 7 1.1 itojun BINGRP= authpf 8 1.1 itojun BINMODE= 6555 9 1.3 yamt SRCS= authpf.c 10 1.3 yamt CFLAGS+= -Wall 11 1.1 itojun 12 1.1 itojun .include <bsd.prog.mk> 13