diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:22:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:22:13 +0000 |
commit | 509156c60a7105ff734ec8e334005a2f5bdebf96 (patch) | |
tree | a024c43d5611c8adfbfef9027a7c319cc425b65a /distrib/notes/Makefile | |
parent | 9b1b1b870a79bbac99769b203401b14204a614c9 (diff) |
the unused palm code goes away.
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 3713a33283c..9dc42aa3bc7 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2012/06/20 18:37:45 matthew Exp $ +# $OpenBSD: Makefile,v 1.38 2013/03/25 17:22:11 deraadt Exp $ NOPROG= NOMAN= @@ -19,7 +19,7 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ for arch in alpha amd64 armish aviion beagle hp300 hppa i386 landisk \ - loongson luna88k macppc mvme68k mvme88k palm sgi socppc \ + loongson luna88k macppc mvme68k mvme88k sgi socppc \ sparc sparc64 vax zaurus; \ do ${MAKE} M=$$arch; done |