mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 08:12:54 +02:00
Alten PCMCIA Code aus dem Installer entfernt.
Unattended Installation bearbeitet. HTTP/FTP-Installation nun moeglich. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@449 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.6 2004/02/24 21:24:10 alanh Exp $
|
||||
# Installer Makefile by Michael Tremer for IPFire.org
|
||||
#
|
||||
|
||||
CC = gcc
|
||||
@@ -24,7 +24,7 @@ clean :
|
||||
######
|
||||
|
||||
OBJS=main.o ide.o cdrom.o nic.o net.o config.o ../libsmooth/libsmooth.o \
|
||||
pcmcia.o usb.o scsi.o
|
||||
usb.o scsi.o unattended.o
|
||||
|
||||
install: $(OBJS)
|
||||
$(LINK) $(OBJS) -o $@ $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user