mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
# $Id$
|
|
|
|
PROG= yp_mkdb
|
|
MAN8= yp_mkdb.8
|
|
|
|
.include <bsd.prog.mk>
|