Home | History | Annotate | Line # | Download | only in mount_ptyfs
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2004/11/11 01:42:17 christos Exp $
      2  1.1  christos #	@(#)Makefile	8.2 (Berkeley) 3/27/94
      3  1.1  christos 
      4  1.1  christos .include <bsd.own.mk>
      5  1.1  christos 
      6  1.1  christos PROG=	mount_ptyfs
      7  1.1  christos SRCS=	mount_ptyfs.c
      8  1.1  christos MAN=	mount_ptyfs.8
      9  1.1  christos 
     10  1.1  christos DPADD+=${LIBUTIL}
     11  1.1  christos LDADD+=-lutil
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14