[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / mount_portal

Annotation of src/sbin/mount_portal/Makefile, Revision 1.24

1.24    ! pooka       1: #      $NetBSD: Makefile,v 1.23 2005/06/27 01:00:06 christos Exp $
1.10      cgd         2: #      @(#)Makefile    8.3 (Berkeley) 3/27/94
1.1       cgd         3:
1.19      lukem       4: .include <bsd.own.mk>
                      5:
1.1       cgd         6: PROG=  mount_portal
1.24    ! pooka       7: SRCS=  puffs_portal.c activate.c conf.c pt_conf.c \
1.16      bgrayson    8:        pt_exec.c pt_file.c pt_tcp.c pt_filter.c
                      9: SUBDIR= examples
1.15      thorpej    10:
1.9       cgd        11: MAN=   mount_portal.8
1.6       mycroft    12:
1.24    ! pooka      13: DPADD+=${LIBUTIL} ${LIBPUFFS}
        !            14: LDADD+=-lutil -lpuffs
1.1       cgd        15:
                     16: .include <bsd.prog.mk>
1.16      bgrayson   17: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>