head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.3
date	96.09.06.23.05.48;	author phk;	state dead;
branches;
next	1.2;

1.2
date	95.04.14.16.13.28;	author ache;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	95.04.13.21.10.56;	author wollman;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.34.57;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove devmenu.  Devconf never grew up.
@
text
@#	$Id: Makefile,v 1.2 1995/04/14 16:13:28 ache Exp phk $

PROG=	devmenu
SRCS=	devmenu.c devfilter.c ifmenu.c
MAN1=	devmenu.1
LDADD+= -ldialog -lncurses -lmytinfo
DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
CFLAGS+= -I/sys

.include <bsd.prog.mk>
@


1.2
log
@Add missing -lmytinfo, hits when compiled -static
Add DPADD
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1995/04/13 21:10:56 wollman Exp $
@


1.2.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Another sample devconf application.  This one's a menu of devices; read the
man page.
@
text
@d1 1
a1 1
#	$Id$
d6 2
a7 1
LDADD+=	-ldialog -lncurses
@
