Initial revision

This commit is contained in:
joey
1999-09-05 05:50:40 +00:00
commit ad046046f0
44 changed files with 4582 additions and 0 deletions

13
Makefile Normal file
View File

@@ -0,0 +1,13 @@
# This makefile is really small. Most of the
# intelligence is in debian/debstd
all:
clean:
-rm build
install:
install -d $(DESTDIR)/usr/bin
install alien $(DESTDIR)/usr/bin
install -d $(DESTDIR)/usr/lib/alien $(DESTDIR)/var/lib/alien
cp -a lib/* $(DESTDIR)/usr/lib/alien