summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2013-03-30 21:23:13 +0000
committererdgeist <>2013-03-30 21:23:13 +0000
commitd5c18232d1ca4e8106ad924d3bd574500c2fab8a (patch)
tree3fbdcef24fbf8b5e157cbe72167925b24fd5764f /Makefile
parentdeece32718b2103d9230134a6ee9082f86eeee70 (diff)
Allow specifying the jailname instead of jid with the -j parameter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0047634..dc9a30d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1# $Id$ 1# $Id$
2 2
3CFLAGS+=-Wall -Wextra -pedantic -Os 3CFLAGS+=-Wall -Wextra -pedantic -Os
4LDFLAGS+=-s -lutil 4LDFLAGS+=-s -lutil -ljail
5PREFIX?=/usr/local 5PREFIX?=/usr/local
6 6
7all: jaildaemon 7all: jaildaemon