blob: 04b4f7df301686dd8fbe2fc90e93208a1f590f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.5 1999/09/19 23:58:42 tron Exp $
DISTNAME= suse_linux-6.1p1
CATEGORIES= emulators
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.suse.com/
DEPENDS+= suse_libc5-6.1p1:../suse_libc5 \
suse_xforms-6.1p1:../suse_xforms
EXTRACT_ONLY= # empty
NO_BUILD= yes
NO_CHECKSUM= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|