Home | History | Annotate | Line # | Download | only in authpf
Makefile revision 1.1.1.3
      1  1.1.1.3  martti #	$NetBSD: Makefile,v 1.1.1.3 2009/12/01 07:03:03 martti Exp $
      2  1.1.1.2    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.1.1.2    yamt SRCS=	authpf.c
     10  1.1.1.2    yamt CFLAGS+= -Wall
     11      1.1  itojun 
     12      1.1  itojun .include <bsd.prog.mk>
     13