mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
faa33665ab
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
15 lines
231 B
Makefile
15 lines
231 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/03/30 06:38:46 jmc Exp $
|
|
|
|
PROG= authpf
|
|
MAN= authpf.8
|
|
|
|
LINKS= ${BINDIR}/authpf ${BINDIR}/authpf-noip
|
|
|
|
BINOWN= root
|
|
BINGRP= authpf
|
|
BINMODE= 6555
|
|
SRCS= authpf.c
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|