NetBSD/usr.sbin/pvctxctl/Makefile
itojun 5dc7053468 adapt to NetBSD code tree.
- add NetBSD RCS ID
- cut and paste the copyright notice from c source to manpage source
  (unnecessary?)
1999-07-11 17:35:07 +00:00

8 lines
133 B
Makefile

# $NetBSD: Makefile,v 1.1 1999/07/11 17:35:08 itojun Exp $
PROG= pvctxctl
MAN= pvctxctl.8
CPPFLAGS+=-DINET6
.include <bsd.prog.mk>