mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Install man page. Noted by Antoine Jacoutot
This commit is contained in:
parent
e07f8864cd
commit
7f87843f00
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2003/07/14 16:14:44 mho Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/04/23 20:46:55 biorn Exp $
|
||||
|
||||
KRBDEPTH=../..
|
||||
.include <${.CURDIR}/../../Makefile.inc>
|
||||
|
||||
PROG= ipropd-master
|
||||
MAN= ${PROG}.8
|
||||
NOMAN=
|
||||
MAN= iprop.8
|
||||
MLINKS+=iprop.8 ipropd-master.8
|
||||
MLINKS+=iprop.8 ipropd-slave.8
|
||||
|
||||
SRCS= ipropd_master.c
|
||||
SRCS+= ${PRINTVER}
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2003/07/14 16:14:44 mho Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2006/04/23 20:46:55 biorn Exp $
|
||||
|
||||
KRBDEPTH=../..
|
||||
.include <${.CURDIR}/../../Makefile.inc>
|
||||
|
||||
PROG= ipropd-slave
|
||||
MAN= ${PROG}.8
|
||||
NOMAN=
|
||||
|
||||
SRCS= ipropd_slave.c
|
||||
|
Loading…
Reference in New Issue
Block a user